
/* CSS Document */
.infopic{ width:470px; height:130px; position:relative; overflow:hidden;}
.piclist{ height:130px; position:absolute; top:0; left:0;}
.piclist li{ height:130px;position:relative; margin-right:15px; float:left; overflow:hidden;}
.piclist li img{ height:130px;}

.pic_prev,.pic_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; position:absolute; top:45px; cursor:pointer;}
.pic_prev{ background-position:0 0; left:0;}
.pic_next{ background-position:0 -60px; right:0;}

.piclist li p{ width:100%; height: 24px; line-height: 24px; text-align: center; display: block; position: absolute; bottom:0px; left:0px;background:rgba(0,0,0,0.6) none repeat scroll !important; /*实现FF背景透明，文字不透明*/background:#000; filter:Alpha(opacity=50);/*实现IE背景透明*/
}
.piclist li p a{color:#fff}